projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dcdb4a
)
textview: Remove a broken debug output statement
author
Timm Bäder
<mail@baedert.org>
Fri, 16 Oct 2020 07:45:30 +0000
(09:45 +0200)
committer
Timm Bäder
<mail@baedert.org>
Thu, 22 Oct 2020 15:46:34 +0000
(17:46 +0200)
redraw_rect does not exist.
gtk/gtktextview.c
patch
|
blob
|
history
diff --git
a/gtk/gtktextview.c
b/gtk/gtktextview.c
index 6d368ead403813bbc7b7c52b1db7b1834765a7cd..f94067eda1aeea465bffcbc6b775be2ef3359f61 100644
(file)
--- a/
gtk/gtktextview.c
+++ b/
gtk/gtktextview.c
@@
-4742,15
+4742,9
@@
changed_handler (GtkTextLayout *layout,
{
gtk_widget_queue_draw (widget);
- DV(g_print(" invalidated rect: %d,%d %d x %d\n",
- redraw_rect.x,
- redraw_rect.y,
- redraw_rect.width,
- redraw_rect.height));
-
queue_update_im_spot_location (text_view);
}
-
+
if (old_height != new_height)
{
const GList *iter;